[NO QA] Skip Android prod release if prior build still rolling out#59692
Conversation
|
❗ Please, do not use Github auto-linking keywords such as these: close, closes, closed, fix, fixes, fixed, resolve, resolves or resolved. For more details, see the Contributing Guidelines, specifically Submit your pull request for a final review 📖. |
|
❗ Please, do not use Github auto-linking keywords such as these: close, closes, closed, fix, fixes, fixed, resolve, resolves or resolved. For more details, see the Contributing Guidelines, specifically Submit your pull request for a final review 📖. |
There was a problem hiding this comment.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
.github/workflows/deploy.yml:163
- Confirm that exiting with code 0 when skipping the release is the intended behavior, as this could mask other errors in the deployment pipeline.
echo "Skipping Android release because the current prod release has not fully rolled out"
* main: (649 commits) Update Mobile-Expensify submodule to 1e81387 Update Mobile-Expensify submodule to f81ba2c Update Mobile-Expensify submodule to 73389d3 Update connect to return success state remove onboarding task from const Update Mobile-Expensify submodule version to 9.1.23-4 Update version to 9.1.23-4 Update Mobile-Expensify submodule to a1c8c34 Update Mobile-Expensify submodule to a3e3742 Add repo in gh issue edit command as well Update Mobile-Expensify submodule version to 9.1.23-3 Update version to 9.1.23-3 chore: disable attendee remove money request push notification type fix: prevent selection text disapearing when closing modal fix: center task title linter updates after review Remove unnecessary ?. Refactor new changes ...
|
@ Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
|
@techievivek Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚀 Deployed to staging by https://github.com/Julesssss in version: 9.1.24-2 🚀
|
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 9.1.24-10 🚀
|
1 similar comment
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 9.1.24-10 🚀
|
Explanation of Change
Android releases are held in review and once releases are not installable to users as they are quickly superseded. This change tests a solution in which we skip releases unless the prior release has passed review and then releases to 100% of users.
If this works well I will:
Fixed Issues
Partially fixes https://github.com/Expensify/Expensify/issues/485289
Tests
Offline tests
QA Steps
N/A
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.